vendor/golang.org/x/crypto/cryptobyte.Builder.offset (field)
10 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L28: offset int
builder.go#L65: return b.result[b.offset:], nil
builder.go#L74: return b.result[b.offset:]
builder.go#L198: offset: offset,
builder.go#L224: length := len(child.result) - child.pendingLenLen - child.offset
builder.go#L261: child.result[child.offset] = lenByte
builder.go#L265: childStart := child.offset + child.pendingLenLen
builder.go#L268: child.offset++
builder.go#L274: child.result[child.offset+i] = uint8(l)
builder.go#L316: length := len(b.result) - b.pendingLenLen - b.offset
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |